home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Confluent / note_path.txt < prev    next >
Text File  |  1995-10-17  |  1KB  |  37 lines

  1. ----------------------------------------------------------------------
  2. Path Problems
  3.  
  4. Last update: 16 August 1995
  5.  
  6. Confluent Technical Notes
  7. Copyright (c) 1995 Confluent, Inc.  All rights reserved.
  8. Suggestions or questions to 415-586-8700 or vthought@confluent.com.
  9. ----------------------------------------------------------------------
  10.  
  11. This technical note describes typical problems encountered with Visual
  12. Thought due to incorrectly specified command and load library paths.
  13.  
  14.  
  15. Abort if /usr/lib missing from LD_LIBRARY_PATH
  16. ----------------------------------------------
  17. On SunOS systems, if the LD_LIBRARY_PATH environment variable includes
  18. /usr/openwin/lib, but not /usr/lib, the following error message will
  19. occur when vthoughtx is executed:
  20.  
  21.    dl_open: stub interception failed.
  22.    Abort.
  23.  
  24. This problem can be eliminated by placing both /usr/openwin/lib and
  25. /usr/lib in the LD_LIBRARY_PATH environment variable.
  26.  
  27.  
  28. Attachment failure if /usr/bin before /usr/openwin/bin in PATH
  29. --------------------------------------------------------------
  30. On SunOS systems, if /usr/bin precedes /usr/openwin/bin in the PATH
  31. environment variable, the SunView version of cmdtool is executed
  32. instead of the XView version when activating an attachment that runs
  33. in a shell.  In this case, cmdtool exits with status=1.
  34.  
  35. This problem can be eliminated by placing /usr/openwin/bin before
  36. /usr/bin in the PATH environment variable.
  37.